home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.MetaImpl.n < prev    next >
Text File  |  1991-10-24  |  815b  |  34 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBMetaImpl(
  5. name className, list instanceVariables)
  6. .SH DESCRIPTION
  7. This macro provides information to the programming environment. It must be used in the implementation file of a non-abstract class. It tells the programming environment the name of the class, the file in which it is implemented, and provides access to the instance variables specified in the list (\fImacro T\fP).
  8. macro \fBMetaImpl\fP is oftenused.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBname className
  12. .br
  13. the name of a class
  14. .TP
  15. \fBlist instanceVariables
  16. .br
  17. Null terminated list of macros showing the instance variables (\fImacro T\fP).
  18. .SH CATEGORIES
  19.  
  20. .na
  21. metaclass
  22. .ad b
  23.  
  24. .SH FILES
  25. .PD 0
  26. .TP 20
  27. declaration:
  28. \fBClass.h
  29. .SH HISTORY
  30. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  31. .br
  32. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  33. .br
  34.